-
Notifications
You must be signed in to change notification settings - Fork 32
✨E2E: Added initial skeleton for testing MMUX services in E2E tests #8301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx
7967817 to
2cec337
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #8301 +/- ##
==========================================
- Coverage 87.85% 84.35% -3.50%
==========================================
Files 1940 1565 -375
Lines 75322 61289 -14033
Branches 1311 828 -483
==========================================
- Hits 66177 51703 -14474
- Misses 8750 9366 +616
+ Partials 395 220 -175
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
🧪 CI InsightsHere's what we observed from your CI run for 6b86dde. 🟢 All jobs passed!But CI Insights is watching 👀 |
2cec337 to
4192c3e
Compare
4192c3e to
6b86dde
Compare
|



What do these changes do?
Related issue/s
How to test
cd tests/e2e-playwright make install-dev make test-response-surface-modeling-anywhereDev-ops